Package pl. wendigo. chrome. api. page
Contains DevTools Protocol Page domain implementation accessible via PageDomain class.
Types
AddCompilationCacheRequest
Link copied to clipboard
AddScriptToEvaluateOnLoadRequest
Link copied to clipboard
AddScriptToEvaluateOnLoadResponse
Link copied to clipboard
data class AddScriptToEvaluateOnLoadResponse(identifier: ScriptIdentifier)
Content copied to clipboard
Represents response frame that is returned from Page#addScriptToEvaluateOnLoad operation call.
AddScriptToEvaluateOnNewDocumentRequest
Link copied to clipboard
data class AddScriptToEvaluateOnNewDocumentRequest(source: String, worldName: String?)
Content copied to clipboard
Represents request frame that can be used with Page#addScriptToEvaluateOnNewDocument operation call.
AddScriptToEvaluateOnNewDocumentResponse
Link copied to clipboard
data class AddScriptToEvaluateOnNewDocumentResponse(identifier: ScriptIdentifier)
Content copied to clipboard
Represents response frame that is returned from Page#addScriptToEvaluateOnNewDocument operation call.
AdFrameType
Link copied to clipboard
AppManifestError
Link copied to clipboard
data class AppManifestError(message: String, critical: Int, line: Int, column: Int)
Content copied to clipboard
AppManifestParsedProperties
Link copied to clipboard
CaptureScreenshotRequest
Link copied to clipboard
CaptureScreenshotResponse
Link copied to clipboard
CaptureSnapshotRequest
Link copied to clipboard
CaptureSnapshotResponse
Link copied to clipboard
ClientNavigationDisposition
Link copied to clipboard
ClientNavigationReason
Link copied to clipboard
CompilationCacheParams
Link copied to clipboard
CompilationCacheProducedEvent
Link copied to clipboard
data class CompilationCacheProducedEvent(url: String, data: String) : Event
Content copied to clipboard
CreateIsolatedWorldRequest
Link copied to clipboard
data class CreateIsolatedWorldRequest(frameId: FrameId, worldName: String?, grantUniveralAccess: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Page#createIsolatedWorld operation call.
CreateIsolatedWorldResponse
Link copied to clipboard
data class CreateIsolatedWorldResponse(executionContextId: ExecutionContextId)
Content copied to clipboard
Represents response frame that is returned from Page#createIsolatedWorld operation call.
CrossOriginIsolatedContextType
Link copied to clipboard
enum CrossOriginIsolatedContextType : Enum<CrossOriginIsolatedContextType>
Content copied to clipboard
DeleteCookieRequest
Link copied to clipboard
DialogType
Link copied to clipboard
DocumentOpenedEvent
Link copied to clipboard
DomContentEventFiredEvent
Link copied to clipboard
DownloadProgressEvent
Link copied to clipboard
DownloadWillBeginEvent
Link copied to clipboard
FileChooserOpenedEvent
Link copied to clipboard
data class FileChooserOpenedEvent(frameId: FrameId, backendNodeId: BackendNodeId, mode: String) : Event
Content copied to clipboard
FontFamilies
Link copied to clipboard
Frame
Link copied to clipboard
data class Frame(id: FrameId, parentId: String?, loaderId: LoaderId, name: String?, url: String, urlFragment: String?, domainAndRegistry: String, securityOrigin: String, mimeType: String, unreachableUrl: String?, adFrameType: AdFrameType?, secureContextType: SecureContextType, crossOriginIsolatedContextType: CrossOriginIsolatedContextType, gatedAPIFeatures: List<GatedAPIFeatures>)
Content copied to clipboard
FrameAttachedEvent
Link copied to clipboard
data class FrameAttachedEvent(frameId: FrameId, parentFrameId: FrameId, stack: StackTrace?) : Event
Content copied to clipboard
FrameClearedScheduledNavigationEvent
Link copied to clipboard
data class FrameClearedScheduledNavigationEvent(frameId: FrameId) : Event
Content copied to clipboard
FrameDetachedEvent
Link copied to clipboard
FrameNavigatedEvent
Link copied to clipboard
FrameRequestedNavigationEvent
Link copied to clipboard
data class FrameRequestedNavigationEvent(frameId: FrameId, reason: ClientNavigationReason, url: String, disposition: ClientNavigationDisposition) : Event
Content copied to clipboard
FrameResource
Link copied to clipboard
data class FrameResource(url: String, type: ResourceType, mimeType: String, lastModified: TimeSinceEpoch?, contentSize: Double?, failed: Boolean?, canceled: Boolean?)
Content copied to clipboard
FrameResourceTree
Link copied to clipboard
data class FrameResourceTree(frame: Frame, childFrames: List<FrameResourceTree>?, resources: List<FrameResource>)
Content copied to clipboard
FrameScheduledNavigationEvent
Link copied to clipboard
data class FrameScheduledNavigationEvent(frameId: FrameId, delay: Double, reason: ClientNavigationReason, url: String) : Event
Content copied to clipboard
FrameStartedLoadingEvent
Link copied to clipboard
FrameStoppedLoadingEvent
Link copied to clipboard
GatedAPIFeatures
Link copied to clipboard
GenerateTestReportRequest
Link copied to clipboard
GetAppManifestResponse
Link copied to clipboard
data class GetAppManifestResponse(url: String, errors: List<AppManifestError>, data: String?, parsed: AppManifestParsedProperties?)
Content copied to clipboard
Represents response frame that is returned from Page#getAppManifest operation call.
GetCookiesResponse
Link copied to clipboard
GetFrameTreeResponse
Link copied to clipboard
GetInstallabilityErrorsResponse
Link copied to clipboard
data class GetInstallabilityErrorsResponse(installabilityErrors: List<InstallabilityError>)
Content copied to clipboard
Represents response frame that is returned from Page#getInstallabilityErrors operation call.
GetLayoutMetricsResponse
Link copied to clipboard
data class GetLayoutMetricsResponse(layoutViewport: LayoutViewport, visualViewport: VisualViewport, contentSize: Rect)
Content copied to clipboard
Represents response frame that is returned from Page#getLayoutMetrics operation call.
GetManifestIconsResponse
Link copied to clipboard
GetNavigationHistoryResponse
Link copied to clipboard
data class GetNavigationHistoryResponse(currentIndex: Int, entries: List<NavigationEntry>)
Content copied to clipboard
Represents response frame that is returned from Page#getNavigationHistory operation call.
GetPermissionsPolicyStateRequest
Link copied to clipboard
GetPermissionsPolicyStateResponse
Link copied to clipboard
data class GetPermissionsPolicyStateResponse(states: List<PermissionsPolicyFeatureState>)
Content copied to clipboard
Represents response frame that is returned from Page#getPermissionsPolicyState operation call.
GetResourceContentRequest
Link copied to clipboard
GetResourceContentResponse
Link copied to clipboard
data class GetResourceContentResponse(content: String, base64Encoded: Boolean)
Content copied to clipboard
Represents response frame that is returned from Page#getResourceContent operation call.
GetResourceTreeResponse
Link copied to clipboard
HandleJavaScriptDialogRequest
Link copied to clipboard
data class HandleJavaScriptDialogRequest(accept: Boolean, promptText: String?)
Content copied to clipboard
Represents request frame that can be used with Page#handleJavaScriptDialog operation call.
InstallabilityError
Link copied to clipboard
data class InstallabilityError(errorId: String, errorArguments: List<InstallabilityErrorArgument>)
Content copied to clipboard
InstallabilityErrorArgument
Link copied to clipboard
JavascriptDialogClosedEvent
Link copied to clipboard
data class JavascriptDialogClosedEvent(result: Boolean, userInput: String) : Event
Content copied to clipboard
JavascriptDialogOpeningEvent
Link copied to clipboard
data class JavascriptDialogOpeningEvent(url: String, message: String, type: DialogType, hasBrowserHandler: Boolean, defaultPrompt: String?) : Event
Content copied to clipboard
LayoutViewport
Link copied to clipboard
data class LayoutViewport(pageX: Int, pageY: Int, clientWidth: Int, clientHeight: Int)
Content copied to clipboard
LifecycleEventEvent
Link copied to clipboard
data class LifecycleEventEvent(frameId: FrameId, loaderId: LoaderId, name: String, timestamp: MonotonicTime) : Event
Content copied to clipboard
LoadEventFiredEvent
Link copied to clipboard
NavigatedWithinDocumentEvent
Link copied to clipboard
data class NavigatedWithinDocumentEvent(frameId: FrameId, url: String) : Event
Content copied to clipboard
NavigateRequest
Link copied to clipboard
data class NavigateRequest(url: String, referrer: String?, transitionType: TransitionType?, frameId: FrameId?, referrerPolicy: ReferrerPolicy?)
Content copied to clipboard
Represents request frame that can be used with Page#navigate operation call.
NavigateResponse
Link copied to clipboard
data class NavigateResponse(frameId: FrameId, loaderId: LoaderId?, errorText: String?)
Content copied to clipboard
Represents response frame that is returned from Page#navigate operation call.
NavigateToHistoryEntryRequest
Link copied to clipboard
NavigationEntry
Link copied to clipboard
data class NavigationEntry(id: Int, url: String, userTypedURL: String, title: String, transitionType: TransitionType)
Content copied to clipboard
PageDomain
Link copied to clipboard
PermissionsPolicyBlockLocator
Link copied to clipboard
data class PermissionsPolicyBlockLocator(frameId: FrameId, blockReason: PermissionsPolicyBlockReason)
Content copied to clipboard
PermissionsPolicyBlockReason
Link copied to clipboard
PermissionsPolicyFeature
Link copied to clipboard
PermissionsPolicyFeatureState
Link copied to clipboard
data class PermissionsPolicyFeatureState(feature: PermissionsPolicyFeature, allowed: Boolean, locator: PermissionsPolicyBlockLocator?)
Content copied to clipboard
PrintToPDFRequest
Link copied to clipboard
data class PrintToPDFRequest(landscape: Boolean?, displayHeaderFooter: Boolean?, printBackground: Boolean?, scale: Double?, paperWidth: Double?, paperHeight: Double?, marginTop: Double?, marginBottom: Double?, marginLeft: Double?, marginRight: Double?, pageRanges: String?, ignoreInvalidPageRanges: Boolean?, headerTemplate: String?, footerTemplate: String?, preferCSSPageSize: Boolean?, transferMode: String?)
Content copied to clipboard
Represents request frame that can be used with Page#printToPDF operation call.
PrintToPDFResponse
Link copied to clipboard
ProduceCompilationCacheRequest
Link copied to clipboard
data class ProduceCompilationCacheRequest(scripts: List<CompilationCacheParams>)
Content copied to clipboard
Represents request frame that can be used with Page#produceCompilationCache operation call.
ReferrerPolicy
Link copied to clipboard
ReloadRequest
Link copied to clipboard
data class ReloadRequest(ignoreCache: Boolean?, scriptToEvaluateOnLoad: String?)
Content copied to clipboard
Represents request frame that can be used with Page#reload operation call.
RemoveScriptToEvaluateOnLoadRequest
Link copied to clipboard
data class RemoveScriptToEvaluateOnLoadRequest(identifier: ScriptIdentifier)
Content copied to clipboard
Represents request frame that can be used with Page#removeScriptToEvaluateOnLoad operation call.
RemoveScriptToEvaluateOnNewDocumentRequest
Link copied to clipboard
data class RemoveScriptToEvaluateOnNewDocumentRequest(identifier: ScriptIdentifier)
Content copied to clipboard
Represents request frame that can be used with Page#removeScriptToEvaluateOnNewDocument operation call.
ScreencastFrameAckRequest
Link copied to clipboard
ScreencastFrameEvent
Link copied to clipboard
data class ScreencastFrameEvent(data: String, metadata: ScreencastFrameMetadata, sessionId: Int) : Event
Content copied to clipboard
ScreencastFrameMetadata
Link copied to clipboard
data class ScreencastFrameMetadata(offsetTop: Double, pageScaleFactor: Double, deviceWidth: Double, deviceHeight: Double, scrollOffsetX: Double, scrollOffsetY: Double, timestamp: TimeSinceEpoch?)
Content copied to clipboard
ScreencastVisibilityChangedEvent
Link copied to clipboard
ScriptIdentifier
Link copied to clipboard
SearchInResourceRequest
Link copied to clipboard
SearchInResourceResponse
Link copied to clipboard
SecureContextType
Link copied to clipboard
SetAdBlockingEnabledRequest
Link copied to clipboard
SetBypassCSPRequest
Link copied to clipboard
SetDeviceMetricsOverrideRequest
Link copied to clipboard
data class SetDeviceMetricsOverrideRequest(width: Int, height: Int, deviceScaleFactor: Double, mobile: Boolean, scale: Double?, screenWidth: Int?, screenHeight: Int?, positionX: Int?, positionY: Int?, dontSetVisibleSize: Boolean?, screenOrientation: ScreenOrientation?, viewport: Viewport?)
Content copied to clipboard
Represents request frame that can be used with Page#setDeviceMetricsOverride operation call.
SetDeviceOrientationOverrideRequest
Link copied to clipboard
data class SetDeviceOrientationOverrideRequest(alpha: Double, beta: Double, gamma: Double)
Content copied to clipboard
Represents request frame that can be used with Page#setDeviceOrientationOverride operation call.
SetDocumentContentRequest
Link copied to clipboard
SetDownloadBehaviorRequest
Link copied to clipboard
data class SetDownloadBehaviorRequest(behavior: String, downloadPath: String?)
Content copied to clipboard
Represents request frame that can be used with Page#setDownloadBehavior operation call.
SetFontFamiliesRequest
Link copied to clipboard
SetFontSizesRequest
Link copied to clipboard
SetGeolocationOverrideRequest
Link copied to clipboard
data class SetGeolocationOverrideRequest(latitude: Double?, longitude: Double?, accuracy: Double?)
Content copied to clipboard
Represents request frame that can be used with Page#setGeolocationOverride operation call.
SetInterceptFileChooserDialogRequest
Link copied to clipboard
SetLifecycleEventsEnabledRequest
Link copied to clipboard
SetProduceCompilationCacheRequest
Link copied to clipboard
SetTouchEmulationEnabledRequest
Link copied to clipboard
data class SetTouchEmulationEnabledRequest(enabled: Boolean, configuration: String?)
Content copied to clipboard
Represents request frame that can be used with Page#setTouchEmulationEnabled operation call.
SetWebLifecycleStateRequest
Link copied to clipboard
StartScreencastRequest
Link copied to clipboard
TransitionType
Link copied to clipboard
VisualViewport
Link copied to clipboard
WindowOpenEvent
Link copied to clipboard